home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMUSER / TFRMUSER.txt
Text File  |  2003-07-29  |  2KB  |  88 lines

  1. object FrmUser: TFrmUser
  2.   Left = 257
  3.   Top = 160
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Select User'
  7.   ClientHeight = 151
  8.   ClientWidth = 312
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 12
  23.     Width = 113
  24.     Height = 16
  25.     Caption = 'Select current user:'
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 106
  30.     Width = 295
  31.     Height = 11
  32.     Shape = bsTopLine
  33.   end
  34.   object BtnAdd: TButton
  35.     Left = 68
  36.     Top = 70
  37.     Width = 111
  38.     Height = 25
  39.     Caption = '&Add User...'
  40.     TabOrder = 1
  41.     OnClick = BtnAddClick
  42.   end
  43.   object BtnRemove: TButton
  44.     Left = 192
  45.     Top = 70
  46.     Width = 111
  47.     Height = 25
  48.     Caption = '&Remove User...'
  49.     TabOrder = 2
  50.     OnClick = BtnRemoveClick
  51.   end
  52.   object BtnLogin: TButton
  53.     Left = 69
  54.     Top = 118
  55.     Width = 111
  56.     Height = 25
  57.     Caption = '&Login'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 4
  61.   end
  62.   object BtnCancel: TButton
  63.     Left = 192
  64.     Top = 118
  65.     Width = 111
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.   end
  72.   object cbUsers: TElAdvancedComboBox
  73.     Left = 15
  74.     Top = 34
  75.     Width = 288
  76.     Height = 24
  77.     AutoCompletion = False
  78.     DropDownCount = 24
  79.     Flat = False
  80.     HandleDialogKeys = False
  81.     HorizontalScroll = False
  82.     ItemIndex = -1
  83.     ItemHeight = 16
  84.     Style = csDropDownList
  85.     TabOrder = 0
  86.   end
  87. end
  88.